using UnityEditor;
using UnityEngine;
using System;
using Object = UnityEngine.Object;

namespace MagicaCloth
{
    public class MagicaPhysicsManagerInspector : Editor
    {
        public override void OnInspectorGUI()
        {
            throw new NotImplementedException();
        }

        void MainInspector()
        {
            throw new NotImplementedException();
        }

        void Help1()
        {
            throw new NotImplementedException();
        }
    }
}